* movemail.c (main): Do not use sprintf when its result might not fit
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Aug 2011 23:57:19 +0000 (16:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 28 Aug 2011 23:57:19 +0000 (16:57 -0700)
commit4a71624ae27c2b034573173e95ca7751d8baa571
tree71c7fa467b011ff42d80f0affca53abfba50edb6
parent2a3880a2400b402573e900945330fe2e543a0b87
* movemail.c (main): Do not use sprintf when its result might not fit

in 'int'.  Instead, put the possibly-long file name into the
output of pfatal_with_name.
lib-src/ChangeLog
lib-src/movemail.c